home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Aminet 2
/
Aminet AMIGA CDROM (1994)(Walnut Creek)[Feb 1994][W.O. 44790-1].iso
/
Aminet
/
dev
/
misc
/
ppipc.lzh
/
IPC_Include
/
IPC_lib.fd
< prev
next >
Wrap
Text File
|
1989-04-18
|
496b
|
25 lines
*** IPC_lib.fd ***
*
* -- PPIPC Library function descriptors
* -- Pete Goodeve 89 April 17
*
##base _IPCBase
##bias 30
##public
FindIPCPort(name)(A0)
GetIPCPort(name)(A0)
UseIPCPort(port)(A0)
DropIPCPort(port)(A0)
ServeIPCPort(name)(A0)
ShutIPCPort(port)(A0)
LeaveIPCPort(port)(A0)
CheckIPCPort(port,flags)(A0,D0)
PutIPCMsg(port,msg)(A0/A1)
CreateIPCMsg(nitems,nxbytes,replyport)(D0/D1,A0)
DeleteIPCMsg(msg)(A0)
LoadIPCPort(name)(A0)
MakeIPCId(name)(A0)
FindIPCItem(msg,id,item)(A0,D0,A1)
##end